From: Keir Fraser Date: Thu, 2 Apr 2009 10:48:32 +0000 (+0100) Subject: xenctx, ia64: fix compilation error. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13989^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=48fe42ec0b1cd6fe1fb26c27fb307e8bc5240fe0;p=xen.git xenctx, ia64: fix compilation error. Signed-off-by: Isaku Yamahata --- diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 127379e671..c67171ca7e 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -875,8 +875,8 @@ static void dump_ctx(int vcpu) #endif print_ctx(&ctx); - print_code(&ctx, vcpu); #ifndef NO_TRANSLATION + print_code(&ctx, vcpu); if (is_kernel_text(instr_pointer(&ctx))) print_stack(&ctx, vcpu, guest_word_size); #endif